Process. Today we all get my own repo to store, update, and document our work process.


Challenges:
Nothing is really difficult except getting used to the commandline interface takes time.
Also, a bit confused about add and then commit, and then push?
- git add . : put changed item up somewhere?
- git commit -m "*message" :put changed item into the pipeline to upload?
- git push :move the changed file to the repo and changes take effect.